3.990 \(\int \frac{(d+e x)^2}{c d^2+2 c d e x+c e^2 x^2} \, dx\)

Optimal. Leaf size=5 \[ \frac{x}{c} \]

[Out]

x/c

_______________________________________________________________________________________

Rubi [A]  time = 0.00975852, antiderivative size = 5, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 30, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.067 \[ \frac{x}{c} \]

Antiderivative was successfully verified.

[In]  Int[(d + e*x)^2/(c*d^2 + 2*c*d*e*x + c*e^2*x^2),x]

[Out]

x/c

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 16.828, size = 2, normalized size = 0.4 \[ \frac{x}{c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((e*x+d)**2/(c*e**2*x**2+2*c*d*e*x+c*d**2),x)

[Out]

x/c

_______________________________________________________________________________________

Mathematica [A]  time = 0.000585249, size = 5, normalized size = 1. \[ \frac{x}{c} \]

Antiderivative was successfully verified.

[In]  Integrate[(d + e*x)^2/(c*d^2 + 2*c*d*e*x + c*e^2*x^2),x]

[Out]

x/c

_______________________________________________________________________________________

Maple [A]  time = 0., size = 6, normalized size = 1.2 \[{\frac{x}{c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((e*x+d)^2/(c*e^2*x^2+2*c*d*e*x+c*d^2),x)

[Out]

x/c

_______________________________________________________________________________________

Maxima [A]  time = 0.69888, size = 7, normalized size = 1.4 \[ \frac{x}{c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x + d)^2/(c*e^2*x^2 + 2*c*d*e*x + c*d^2),x, algorithm="maxima")

[Out]

x/c

_______________________________________________________________________________________

Fricas [A]  time = 0.203267, size = 7, normalized size = 1.4 \[ \frac{x}{c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x + d)^2/(c*e^2*x^2 + 2*c*d*e*x + c*d^2),x, algorithm="fricas")

[Out]

x/c

_______________________________________________________________________________________

Sympy [A]  time = 0.122269, size = 2, normalized size = 0.4 \[ \frac{x}{c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x+d)**2/(c*e**2*x**2+2*c*d*e*x+c*d**2),x)

[Out]

x/c

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x + d)^2/(c*e^2*x^2 + 2*c*d*e*x + c*d^2),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError